home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / gag / Oing.lha / Oing / README < prev    next >
Text File  |  1986-09-01  |  2KB  |  39 lines

  1.     This is a little display hack I cooked up in an afternoon.  It's a
  2. sort of sprite-based version of "Boing!", called Oing.
  3.  
  4.     This is written for the MANX compiler/assembler.  Conversion to
  5. Lettuce is non-trivial, but you're a smart guy; I'm sure you can figure it
  6. out.
  7.  
  8.     To construct this little gem, you say:
  9.  
  10. 1> cc oing.c
  11. 1> as anim.s
  12. 1> as rnd.s
  13. 1> ln oing.o anim.o rnd.o -lc -o oing
  14.  
  15.     Edit as your setup dictates.
  16.  
  17.     MetaComCo assembler conversion notes:  If you have this assembler,
  18. about the only change you need to make to the assembly files is to change
  19. all occurences of the word "public" to "XDEF".  Remember Lettuce users that
  20. rnd() is passed and returns a short (16 bits).
  21.  
  22.     The more I write stuff like this, the more I notice that I don't use
  23. comments as much as I should.  If the code confuses you, tell me and I'll
  24. try to explain things to you.
  25.  
  26.     Remember, this is only a parlor trick.  Have fun.
  27.  
  28. _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
  29.  ________                ___
  30.            \            /___--__                Leo L. Schwab
  31.   ___  ___ /\               ---##\              ihnp4!ptsfa!well!ewhac
  32.       /   X  \_____    |  __ _---))                      ..or..
  33.      /   /_\--    -----+==____\ // \  _         well ---\
  34. ___ (   o---+------------------O/   \/ \        dual ----> !unicom!ewhac
  35.      \     /                ___ \_  (`o )       hplabs -/       ("AE-wack")
  36.  ____ \___/                          \_/
  37.               Recumbent Bikes:                  "Work FOR?  I don't work FOR
  38.             The _O_n_l_y Way To Fly!                anybody!  I'm just having fun."
  39.